cssnode: fix a compiler warning
authorCosimo Cecchi <cosimoc@gnome.org>
Sun, 3 Jan 2016 19:25:45 +0000 (11:25 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Sun, 3 Jan 2016 19:25:45 +0000 (11:25 -0800)
gtk/gtkcssnode.c

index 4bae4e51ea856f3dee2d76f5414f0b43518e5f35..916b83b6856602b144c6b9524b37343a1526a46c 100644 (file)
@@ -1604,7 +1604,7 @@ gtk_css_node_has_initial_value (GtkCssNode          *cssnode,
   GtkCssNode *parent_node;
   GtkCssStyle *style, *parent_style;
   GtkCssValue *value, *initial, *computed;
-  GtkCssProvider *provider;
+  GtkStyleProviderPrivate *provider;
   gboolean is_initial;
   guint id;